|
Google Apps Script is a cloud based scripting language for light-weight application development in the Google Apps platform. It is based on JavaScript 1.6 with some portions of 1.7 and 1.8 and provides subset of ECMAScript 5 API, however instead of running on the client, it gets executed in the Google Cloud. According to Google, Google Apps Script "provides easy ways to automate tasks across Google products and third party services.".〔(Google Apps Script )〕 Apps Script is also the tool that powers the add-ons for Google Docs, Sheets & Forms.〔(Bring a little something extra to Docs and Sheets with add-ons )〕 ==Benefits== # Based on JavaScript. Easy To learn. # Cloud based debugger for debugging App Scripts in the web browser. # It can be used to create simple tools for an organization's internal consumption. # It can be used to perform simple system administration tasks. # Community-based support model. () 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Google Apps Script」の詳細全文を読む スポンサード リンク
|